home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_PASSWORD / TDLG_PASSWORD.txt
Text File  |  2002-07-04  |  3KB  |  150 lines

  1. object Dlg_password: TDlg_password
  2.   Left = 233
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 139
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object P_Password: TPanel
  22.     Left = 0
  23.     Top = 73
  24.     Width = 329
  25.     Height = 66
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object L_address: TLabel
  30.       Left = 56
  31.       Top = 8
  32.       Width = 3
  33.       Height = 13
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clBlack
  36.       Font.Height = -12
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object L_sPassword: TLabel
  42.       Left = 56
  43.       Top = 24
  44.       Width = 106
  45.       Height = 13
  46.       Caption = '&Please input password'
  47.       FocusControl = E_password
  48.     end
  49.     object ImgKey: TImage
  50.       Left = 8
  51.       Top = 16
  52.       Width = 41
  53.       Height = 41
  54.     end
  55.     object L_saPassword: TLabel
  56.       Left = 56
  57.       Top = 24
  58.       Width = 231
  59.       Height = 13
  60.       Caption = '&Please input password for ESMTP authentication'
  61.       FocusControl = E_password
  62.       Visible = False
  63.     end
  64.     object BtnOK: TButton
  65.       Left = 56
  66.       Top = 96
  67.       Width = 81
  68.       Height = 23
  69.       Caption = 'OK'
  70.       Default = True
  71.       ModalResult = 1
  72.       TabOrder = 0
  73.     end
  74.     object BtnCancel: TButton
  75.       Left = 168
  76.       Top = 96
  77.       Width = 81
  78.       Height = 23
  79.       Cancel = True
  80.       Caption = 'Cancel'
  81.       ModalResult = 2
  82.       TabOrder = 1
  83.     end
  84.     object E_password: TEdit
  85.       Left = 56
  86.       Top = 56
  87.       Width = 113
  88.       Height = 21
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clBlack
  91.       Font.Height = -12
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.       PasswordChar = '*'
  96.       TabOrder = 2
  97.       OnChange = E_passwordChange
  98.     end
  99.     object CB_pwd: TCheckBox
  100.       Left = 8
  101.       Top = 60
  102.       Width = 25
  103.       Height = 17
  104.       Caption = '&Remember password'
  105.       Checked = True
  106.       State = cbChecked
  107.       TabOrder = 3
  108.       Visible = False
  109.     end
  110.   end
  111.   object P_Account: TPanel
  112.     Left = 0
  113.     Top = 0
  114.     Width = 329
  115.     Height = 73
  116.     Align = alTop
  117.     BevelOuter = bvNone
  118.     TabOrder = 1
  119.     Visible = False
  120.     object Label1: TLabel
  121.       Left = 56
  122.       Top = 16
  123.       Width = 134
  124.       Height = 13
  125.       Caption = 'Please select your &account :'
  126.     end
  127.     object cmbAccounts: TComboBox
  128.       Left = 56
  129.       Top = 40
  130.       Width = 113
  131.       Height = 24
  132.       Style = csOwnerDrawFixed
  133.       ItemHeight = 18
  134.       TabOrder = 0
  135.       OnDrawItem = cmbAccountsDrawItem
  136.       OnMeasureItem = cmbAccountsMeasureItem
  137.     end
  138.   end
  139.   object Language: TLanguage
  140.     LangCenter = DM_Language.LangCenter
  141.     Left = 240
  142.     Top = 96
  143.   end
  144.   object Timer1: TTimer
  145.     OnTimer = Timer1Timer
  146.     Left = 216
  147.     Top = 16
  148.   end
  149. end
  150.